home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / launcher / scripts / DefineButton2_51 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2002-03-20  |  203 b   |  13 lines

  1. on(rollOver){
  2.    tellTarget("/ball")
  3.    {
  4.       rotateOn = true;
  5.       gotoAndStop("over");
  6.       play();
  7.    }
  8.    if(ball.x.y.logo._currentFrame == 1)
  9.    {
  10.       ball.x.y.logo.play();
  11.    }
  12. }
  13.